Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
VB.Net Tutorial
1) 2D Graphics
2) Attributes
3) Class Module
4) Collections
5) Data Type
6) Database ADO Net
7) Date Time
8) Design Patterns
9) Development
10) Event
11) Generics
12) GUI
13) GUI Applications
14) Internationlization
15) Language Basics
16) LINQ
17) Operator
18) Reflection
19) Regular Expressions
20) Security
21) Socket Network
22) Statements
23) Stream File
24) Thread
25) Windows
26) WPF
27) XML
Reflection
1) A nested class and a struct in MyClass, and then obtains objects of the nested types
2) Add the MethodImplAttributes PreserveSig flag to the method implementation flags
3) Create an instance of a Type array representing the number, order and type of the parameters for the property
4) Display the ClassID related to the ProgID, along with any applicable exception message
5) Displays the public or non-public get accessor for the specified property
6) Execute code in another application domain
7) Fully qualified assembly name containing the specified class
8) Get a parameterless method named MethodA for that type, and executes the method
9) Get a type named Example from the assembly
10) Get the method that matches the specified binding flags
11) Get variable type
12) GetCustomAttributes taking a ParameterInfo as a parameter
13) GetType Method
14) IsDefined taking an Assembly as a parameter
15) Load an assembly into the current application domain
16) Loads an assembly named example exe or example dll into the current application domain
17) Obtains type of MyClass1 class, gets the ConstructorInfo object matching the specified binding flags
18) Retrieve a type by passing a ProgID
19) Retrieves the type associated with the CLSID from the local host
20) Search for the indexed property whose parameters match the specified argument types and modifiers
21) Use CType to convert decimal and Decimal to byte
22) Use Equals to compare two types
23) Use ExecuteAssembly on two different domains
24) Use IsDefined, taking a ParameterInfo as a parameter
25) Use Reflection to get all member names
26) Use Reflection to get all method names
27) Use the DefinePInvokeMethod method to create a PInvoke method
28) Use the SetData(String, Object) method to create a new value pair